projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b173c19
)
ARM: uniphier: set system bus pinmux for PXs3
author
Masahiro Yamada
<
[email protected]
>
Tue, 29 Aug 2017 06:42:20 +0000
(15:42 +0900)
committer
Masahiro Yamada
<
[email protected]
>
Wed, 30 Aug 2017 00:07:04 +0000
(09:07 +0900)
The system bus is not enabled by default for NAND, eMMC boot
etc. of PXs3.
Signed-off-by: Masahiro Yamada <
[email protected]
>
arch/arm/mach-uniphier/sbc/sbc-pxs2.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-uniphier/sbc/sbc-pxs2.c
b/arch/arm/mach-uniphier/sbc/sbc-pxs2.c
index 342a086b7dfc45653273c5abfc6f0601250f10e8..0e0ba27bd97b3c2a1ed9629b418a86bc87f3959e 100644
(file)
--- a/
arch/arm/mach-uniphier/sbc/sbc-pxs2.c
+++ b/
arch/arm/mach-uniphier/sbc/sbc-pxs2.c
@@
-16,4
+16,6
@@
void uniphier_pxs2_sbc_init(void)
/* necessary for ROM boot ?? */
/* system bus output enable */
writel(0x17, PC0CTRL);
+
+ uniphier_pin_init("system_bus_grp"); /* PXs3 */
}